java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.annotation.ObjectIdGenerators

public class ObjectIdGenerators extends Object
Container class for standard ObjectIdGenerator implementations:

NOTE: ObjectIdGenerators.PropertyGenerator applicability is limited in one case: it can only be used on polymorphic base types (ones indicated using JsonTypeInfo or default typing) via class annotations: property annotation will fail due to lack of access to property, needed to determine type of Object Id for deserialization. This limitation may be lifted in future versions but it is the limitation at least up to and including Jackson 2.9.

  • Constructor Details

    • ObjectIdGenerators

      public ObjectIdGenerators()