Class Advice.OffsetMapping.ForSerializedValue.Factory<T extends Annotation>

    • Constructor Detail

      • Factory

        protected Factory​(Class<T> annotationType,
                          TypeDescription typeDescription,
                          StackManipulation deserialization)
        Creates a factory for loading a deserialized value.
        Parameters:
        annotationType - The annotation type.
        typeDescription - The type description as which to treat the deserialized value.
        deserialization - The stack manipulation that loads the represented value.