Interface ModelConverter

    • Method Detail

      • resolveProperty

        Property resolveProperty​(Type type,
                                 ModelConverterContext context,
                                 Annotation[] annotations,
                                 Iterator<ModelConverter> chain)
        Parameters:
        type -
        context -
        annotations - to consider when resolving the property
        chain - the chain of model converters to try if this implementation cannot process
        Returns:
        null if this ModelConverter cannot convert the given Type
      • resolve

        Model resolve​(Type type,
                      ModelConverterContext context,
                      Iterator<ModelConverter> chain)
        Parameters:
        type -
        context -
        chain - the chain of model converters to try if this implementation cannot process
        Returns:
        null if this ModelConverter cannot convert the given Type