Package io.atlasmap.java.core.accessor
Class RootAccessor
- java.lang.Object
-
- io.atlasmap.java.core.accessor.JavaChildAccessor
-
- io.atlasmap.java.core.accessor.RootAccessor
-
public class RootAccessor extends JavaChildAccessor
-
-
Constructor Summary
Constructors Constructor Description RootAccessor(Object parent)
-
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
-
-
-
-
Constructor Detail
-
RootAccessor
public RootAccessor(Object parent)
-
-
Method Detail
-
getRawValue
public Object getRawValue() throws io.atlasmap.api.AtlasException
- Specified by:
getRawValuein classJavaChildAccessor- Throws:
io.atlasmap.api.AtlasException
-
getRawGenericType
public Type getRawGenericType() throws io.atlasmap.api.AtlasException
- Specified by:
getRawGenericTypein classJavaChildAccessor- Throws:
io.atlasmap.api.AtlasException
-
getRawClass
public Class<?> getRawClass() throws io.atlasmap.api.AtlasException
- Specified by:
getRawClassin classJavaChildAccessor- Throws:
io.atlasmap.api.AtlasException
-
-