com.fasterxml.jackson.annotation

Class ObjectIdGenerators.PropertyGenerator

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ObjectIdGenerators


    public abstract static class ObjectIdGenerators.PropertyGenerator
    extends ObjectIdGenerator<T>
    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:
    Serialized Form
    • Constructor Detail

      • PropertyGenerator

        protected PropertyGenerator(Class<?> scope)

Copyright © 2008–2024 FasterXML. All rights reserved.