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 interface
The clazz builder.static class
The clazz builder implementation.static class
The jaxb context member implementation.static interface
The pakkage builder.static class
The 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
-