Class ListType

    • Constructor Detail

      • ListType

        public ListType​(java.lang.reflect.Type baseJavaType)
    • Method Detail

      • map

        public java.lang.Object map​(java.lang.Object sourceEnumerable,
                                    java.util.function.Function mapFunction,
                                    boolean filterNulls)
        Overrides:
        map in class CollectionType
      • isInstance

        public boolean isInstance​(java.lang.Object cdo)
        Specified by:
        isInstance in class JaversType
      • getRawDehydratedType

        protected java.lang.reflect.Type getRawDehydratedType()
        Type for JSON representation. For Values it's simply baseJavaType. For ManagedTypes (references to Entities and ValueObjects) it's GlobalId because JaVers serializes references in the 'dehydrated' form.
      • getBaseJavaClass

        public java.lang.Class getBaseJavaClass()