Class ObjectIdGenerators.PropertyGenerator

All Implemented Interfaces:
Serializable
Enclosing class:
ObjectIdGenerators

public abstract static class ObjectIdGenerators.PropertyGenerator extends ObjectIdGenerators.Base<Object>
Abstract place-holder class which is used to denote case where Object Identifier to use comes from a POJO property (getter method or field). If so, value is written directly during serialization, and used as-is during deserialization.

Actual implementation class is part of databind package.

See Also:
  • Field Details

  • Constructor Details

    • PropertyGenerator

      protected PropertyGenerator(Class<?> scope)