Package org.aksw.jenax.reprogen.core
Class MethodDescriptorSimple
java.lang.Object
org.aksw.jenax.reprogen.core.MethodDescriptorBase
org.aksw.jenax.reprogen.core.MethodDescriptorSimple
- All Implemented Interfaces:
MethodDescriptor
-
Field Summary
FieldsFields inherited from class org.aksw.jenax.reprogen.core.MethodDescriptorBase
isFluentCompatible, isGetter, method -
Constructor Summary
ConstructorsConstructorDescriptionMethodDescriptorSimple(Method method, boolean isGetter, boolean isFluentCompatible, Class<?> type) -
Method Summary
Methods inherited from class org.aksw.jenax.reprogen.core.MethodDescriptorBase
getMethod, isFluentCompatible, isGetterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.reprogen.core.MethodDescriptor
isSetter
-
Field Details
-
type
-
-
Constructor Details
-
MethodDescriptorSimple
-
-
Method Details
-
isCollectionValued
public boolean isCollectionValued() -
isDynamicCollection
public boolean isDynamicCollection()Description copied from interface:MethodDescriptorFor signatures where the item type is dynamic based on a given class:Collection get(Class clazz) Only applies if isCollectionValued is true - Returns:
-
getType
-
getCollectionType
-
getItemType
-
isMapType
public boolean isMapType() -
getKeyType
-
getValueType
-