Class ExternalIdJsonConverter

java.lang.Object
org.apache.fineract.infrastructure.core.jersey.converter.ExternalIdJsonConverter
All Implemented Interfaces:
JsonConverter<org.apache.fineract.infrastructure.core.domain.ExternalId>

@Component public class ExternalIdJsonConverter extends Object implements JsonConverter<org.apache.fineract.infrastructure.core.domain.ExternalId>
  • Constructor Details

    • ExternalIdJsonConverter

      public ExternalIdJsonConverter()
  • Method Details

    • convertToObject

      public org.apache.fineract.infrastructure.core.domain.ExternalId convertToObject(com.fasterxml.jackson.core.JsonParser parser) throws IOException
      Specified by:
      convertToObject in interface JsonConverter<org.apache.fineract.infrastructure.core.domain.ExternalId>
      Throws:
      IOException
    • convertToJson

      public void convertToJson(org.apache.fineract.infrastructure.core.domain.ExternalId value, com.fasterxml.jackson.core.JsonGenerator generator) throws IOException
      Specified by:
      convertToJson in interface JsonConverter<org.apache.fineract.infrastructure.core.domain.ExternalId>
      Throws:
      IOException
    • convertedType

      public Class<org.apache.fineract.infrastructure.core.domain.ExternalId> convertedType()
      Specified by:
      convertedType in interface JsonConverter<org.apache.fineract.infrastructure.core.domain.ExternalId>