Package io.atlasmap.java.core.accessor
Class GetterAccessor
- java.lang.Object
-
- io.atlasmap.java.core.accessor.JavaChildAccessor
-
- io.atlasmap.java.core.accessor.GetterAccessor
-
public class GetterAccessor extends JavaChildAccessor
-
-
Constructor Summary
Constructors Constructor Description GetterAccessor(Object parent, String name, Method getter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getRawClass()TypegetRawGenericType()ObjectgetRawValue()-
Methods inherited from class io.atlasmap.java.core.accessor.JavaChildAccessor
getCollectionType, getCollectionValues, getFieldClass, getName, getParentObject, getValue, getValueAt
-
-
-
-
Method Detail
-
getRawValue
public Object getRawValue() throws io.atlasmap.api.AtlasException
- Specified by:
getRawValuein classJavaChildAccessor- Throws:
io.atlasmap.api.AtlasException
-
getRawClass
public Class<?> getRawClass()
- Specified by:
getRawClassin classJavaChildAccessor
-
getRawGenericType
public Type getRawGenericType() throws io.atlasmap.api.AtlasException
- Specified by:
getRawGenericTypein classJavaChildAccessor- Throws:
io.atlasmap.api.AtlasException
-
-