Package com.exedio.cope.pattern
Class JavaView
- java.lang.Object
-
- com.exedio.cope.Feature
-
- com.exedio.cope.Pattern
-
- com.exedio.cope.pattern.JavaView
-
- All Implemented Interfaces:
Serializable
public final class JavaView extends Pattern
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JavaView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get(Item item)
Type
getValueGenericType()
Class<?>
getValueType()
protected void
onMount()
Here you can do additional initialization not yet done in the constructor.-
Methods inherited from class com.exedio.cope.Pattern
addSource, addSource, addSource, addSource, addSourceFeature, addSourceFeature, addSourceFeature, annotationField, equals, getGeneratedTypes, getSourceFeatures, getSourceFeaturesGather, getSourceFields, getSources, getSourceTypes, getType, hashCode, initialize, newSourceType, newSourceType, newSourceType, newSourceType, newSourceType, newSourceType, newType, newType, registerSource
-
Methods inherited from class com.exedio.cope.Feature
afterModelCreated, getAbstractType, getAnnotation, getID, getLocalizationKeys, getName, getPattern, isAnnotationPresent, isSourceAlready, mount, readResolve, requireMounted, toString, toString, writeReplace
-
-
-
-
Method Detail
-
onMount
protected void onMount()
Description copied from class:Pattern
Here you can do additional initialization not yet done in the constructor. In this method you can call methodsPattern.getType()
andFeature.getName()
for the first time.
-
getValueType
public Class<?> getValueType()
-
getValueGenericType
public Type getValueGenericType()
-
-