Class RestAdapterClassWriter
java.lang.Object
org.eclipse.persistence.internal.jpa.rs.weaving.RestAdapterClassWriter
- All Implemented Interfaces:
EclipseLinkClassWriter
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
constructClassNameForReferenceAdapter
(String className) Creates a class name that can be used for a ReferenceAdapter subclass for the given classname.Class
<?> boolean
isCompatible
(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:
writeClass
in interfaceEclipseLinkClassWriter
- Throws:
ClassNotFoundException
-
isCompatible
- Specified by:
isCompatible
in interfaceEclipseLinkClassWriter
-
getParentClass
- Specified by:
getParentClass
in interfaceEclipseLinkClassWriter
-
getParentClassName
- Specified by:
getParentClassName
in interfaceEclipseLinkClassWriter
-