Interface JaxbContextMember

All Known Implementing Classes:
JaxbContextData, JaxbContextMember.JaxbContextMemberImpl

public interface JaxbContextMember
The jaxb context member.
Author:
Christian Bremer
  • Method Details

    • byClass

      static JaxbContextMember.ClazzBuilder byClass(Class<?> clazz)
      By class builder.
      Parameters:
      clazz - the clazz
      Returns:
      the clazz builder
    • byPackage

      static JaxbContextMember.PakkageBuilder byPackage(Package pakkage)
      By package builder.
      Parameters:
      pakkage - the pakkage
      Returns:
      the pakkage builder
    • getClazz

      Class<?> getClazz()
      Gets clazz.
      Returns:
      the clazz
    • getClazzElementSchemaLocation

      default String getClazzElementSchemaLocation()
      Gets clazz element schema location.
      Returns:
      the clazz element schema location
    • getClazzTypeSchemaLocation

      default String getClazzTypeSchemaLocation()
      Gets clazz type schema location.
      Returns:
      the clazz type schema location
    • getPakkage

      default Package getPakkage()
      Gets pakkage.
      Returns:
      the pakkage
    • getPakkageSchemaLocation

      default String getPakkageSchemaLocation()
      Gets pakkage schema location.
      Returns:
      the pakkage schema location