public abstract class AccessStrategy extends Object
Constructor and Description |
---|
AccessStrategy() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
get(Object instance)
Get the value from the given instance.
|
abstract ElementType |
getElementType()
Get the Java program
ElementType used by this AccessStrategy
to determine property values. |
abstract Type |
getJavaType()
Get the type of the property
|
abstract String |
getPropertyName()
Get a name representative of this property.
|
public abstract Object get(Object instance)
instance
- IllegalArgumentException
- in case of an errorpublic abstract ElementType getElementType()
ElementType
used by this AccessStrategy
to determine property values.public abstract Type getJavaType()
public abstract String getPropertyName()
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.