public abstract class JavaChildAccessor extends Object
| Constructor and Description |
|---|
JavaChildAccessor(Object parent,
String name) |
| Modifier and Type | Method and Description |
|---|---|
io.atlasmap.v2.CollectionType |
getCollectionType() |
List<?> |
getCollectionValues() |
Class<?> |
getFieldClass() |
String |
getName() |
Object |
getParentObject() |
abstract Class<?> |
getRawClass() |
abstract Type |
getRawGenericType() |
abstract Object |
getRawValue() |
Object |
getValue() |
Object |
getValueAt(int pos) |
public abstract Object getRawValue() throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic abstract Type getRawGenericType() throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic abstract Class<?> getRawClass() throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic Object getParentObject()
public String getName()
public io.atlasmap.v2.CollectionType getCollectionType()
throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic List<?> getCollectionValues() throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic Class<?> getFieldClass() throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic Object getValue() throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic Object getValueAt(int pos) throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.