Searched refs:AbstractCustomType (Results 1 – 1 of 1) sorted by relevance
11 public static abstract class AbstractCustomType { class in ConvertingAbstractSerializer795Test13 public AbstractCustomType(String v) { in AbstractCustomType() method in ConvertingAbstractSerializer795Test.AbstractCustomType18 public static class ConcreteCustomType extends AbstractCustomType {24 … class AbstractCustomTypeDeserializationConverter extends StdConverter<String, AbstractCustomType>{27 public AbstractCustomType convert(String arg) { in convert()35 private final AbstractCustomType customField;38 AbstractCustomTypeUser(@JsonProperty("customField") AbstractCustomType cf) { in AbstractCustomTypeUser()