Class JsonbMappings

java.lang.Object
org.apache.johnzon.mapper.Mappings
org.apache.johnzon.jsonb.JsonbMappings

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

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class org.apache.johnzon.mapper.Mappings

    classes, collections, config
  • Constructor Summary

    Constructors
    Constructor
    Description
    JsonbMappings(org.apache.johnzon.mapper.MapperConfig config)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.johnzon.mapper.Mappings.ClassMapping
    createClassMapping(Class<?> inClazz, Map<Type,Type> resolvedTypes)
     

    Methods inherited from class org.apache.johnzon.mapper.Mappings

    findCollectionMapping, findModelClass, findOrCreateClassMapping, getClassMapping, getPrimitiveDefault, isPrimitive

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • JsonbMappings

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

    • createClassMapping

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