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.AtlasException
public abstract Type getRawGenericType() throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
public abstract Class<?> getRawClass() throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
public Object getParentObject()
public String getName()
public io.atlasmap.v2.CollectionType getCollectionType() throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
public List<?> getCollectionValues() throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
public Class<?> getFieldClass() throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
public Object getValue() throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
public Object getValueAt(int pos) throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
Copyright © 2021 JBoss by Red Hat. All rights reserved.