Skip navigation links
manifold.api.json.schema

Interface IJsonFormatTypeResolver

    • Method Detail

      • resolveType

        JsonFormatType resolveType(String format)
        Given a JSON Schema "format" value such as "date-time" provide an JsonFormatType to correspond with the format.
        Parameters:
        format - The JSON Schema "format" value such as "date-time".
        Returns:
        An instance of JsonFormatType to correspond with the format or null if unresolved.

Copyright © 2019. All rights reserved.