Package org.bremersee.xml
Interface JaxbContextMember
- All Known Implementing Classes:
JaxbContextData,JaxbContextMember.JaxbContextMemberImpl
public interface JaxbContextMember
The jaxb context member.
- Author:
- Christian Bremer
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe clazz builder.static classThe clazz builder implementation.static classThe jaxb context member implementation.static interfaceThe pakkage builder.static classThe pakkage builder implementation. -
Method Summary
-
Method Details
-
byClass
By class builder.- Parameters:
clazz- the clazz- Returns:
- the clazz builder
-
byPackage
By package builder.- Parameters:
pakkage- the pakkage- Returns:
- the pakkage builder
-
getClazz
Class<?> getClazz()Gets clazz.- Returns:
- the clazz
-
getClazzElementSchemaLocation
Gets clazz element schema location.- Returns:
- the clazz element schema location
-
getClazzTypeSchemaLocation
Gets clazz type schema location.- Returns:
- the clazz type schema location
-
getPakkage
Gets pakkage.- Returns:
- the pakkage
-
getPakkageSchemaLocation
Gets pakkage schema location.- Returns:
- the pakkage schema location
-