Class RestAdapterClassWriter
java.lang.Object
org.eclipse.persistence.internal.jpa.rs.weaving.RestAdapterClassWriter
- All Implemented Interfaces:
EclipseLinkClassWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringconstructClassNameForReferenceAdapter(String className) Creates a class name that can be used for a ReferenceAdapter subclass for the given classname.Class<?> booleanisCompatible(EclipseLinkClassWriter writer) byte[]writeClass(DynamicClassLoader loader, String className)
-
Field Details
-
CLASS_NAME_SUFFIX
- See Also:
-
REFERENCE_ADAPTER_SHORT_SIGNATURE
- See Also:
-
parentClassName
-
-
Constructor Details
-
RestAdapterClassWriter
-
-
Method Details
-
constructClassNameForReferenceAdapter
Creates a class name that can be used for a ReferenceAdapter subclass for the given classname. -
getClassName
-
getASMParentClassName
-
getASMClassName
-
writeClass
- Specified by:
writeClassin interfaceEclipseLinkClassWriter- Throws:
ClassNotFoundException
-
isCompatible
- Specified by:
isCompatiblein interfaceEclipseLinkClassWriter
-
getParentClass
- Specified by:
getParentClassin interfaceEclipseLinkClassWriter
-
getParentClassName
- Specified by:
getParentClassNamein interfaceEclipseLinkClassWriter
-