org.granite.generator.as3.reflect
Class JavaStatefulDestination
java.lang.Object
org.granite.generator.as3.reflect.JavaAbstractType
org.granite.generator.as3.reflect.JavaRemoteDestination
org.granite.generator.as3.reflect.JavaStatefulDestination
- All Implemented Interfaces:
- ClientTyped, JavaType
public class JavaStatefulDestination
- extends JavaRemoteDestination
- Author:
- Franck WOLFF
| Nested classes/interfaces inherited from interface org.granite.generator.as3.reflect.JavaType |
JavaType.Kind |
| Methods inherited from class org.granite.generator.as3.reflect.JavaRemoteDestination |
addToImports, addToImports, convertToJavaInterface, filterOverrides, getChannelId, getDestinationName, getImports, getMethods, getProperties, getSuperclass, hasSuperclass, initMethods, initProperties, isAnnotationPresent |
| Methods inherited from class org.granite.generator.as3.reflect.JavaAbstractType |
getAs3Type, getClientType, getGenerationType, getKind, getLastModified, getName, getPackage, getPackageName, getPropertyDescriptors, getProvider, getQualifiedName, getSortedUnmodifiableList, getType, getUrl, isBean, isEntity, isEnum, isGenerated, isInterface, isRemoteDestination, isWithBase, removeNull |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaStatefulDestination
public JavaStatefulDestination(JavaTypeFactory provider,
Class<?> type,
URL url)
shouldGenerateMethod
protected boolean shouldGenerateMethod(Method method)
- Overrides:
shouldGenerateMethod in class JavaRemoteDestination
shouldGenerateProperty
protected boolean shouldGenerateProperty(Method method)
- Overrides:
shouldGenerateProperty in class JavaRemoteDestination