Class JsonbMappings


  • public class JsonbMappings
    extends org.apache.johnzon.mapper.Mappings
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  JsonbMappings.ClassMapping  
      • Nested classes/interfaces inherited from class org.apache.johnzon.mapper.Mappings

        org.apache.johnzon.mapper.Mappings.CollectionMapping, org.apache.johnzon.mapper.Mappings.Getter, org.apache.johnzon.mapper.Mappings.Setter
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonbMappings​(org.apache.johnzon.mapper.MapperConfig config)  
    • Constructor Detail

      • JsonbMappings

        public JsonbMappings​(org.apache.johnzon.mapper.MapperConfig config)
    • Method Detail

      • createClassMapping

        protected org.apache.johnzon.mapper.Mappings.ClassMapping createClassMapping​(Class<?> inClazz,
                                                                                     Map<Type,​Type> resolvedTypes)
        Overrides:
        createClassMapping in class org.apache.johnzon.mapper.Mappings