Class ObjectIdInfo


  • public class ObjectIdInfo
    extends java.lang.Object
    Container object that encapsulates information usually derived from JsonIdentityInfo annotation or its custom alternatives
    • Method Detail

      • withAlwaysAsId

        public ObjectIdInfo withAlwaysAsId​(boolean state)
      • getScope

        public java.lang.Class<?> getScope()
      • getGeneratorType

        public java.lang.Class<? extends ObjectIdGenerator<?>> getGeneratorType()
      • getResolverType

        public java.lang.Class<? extends ObjectIdResolver> getResolverType()
      • getAlwaysAsId

        public boolean getAlwaysAsId()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object