Modifier and Type | Field and Description |
---|---|
protected final SerializerProvider | |
protected final JavaType |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Schema | |
public void | enumTypes(Set<String> enums)
Overrides com. Implements com. Method called to indicate enumerated (String) values type being visited can take as values. |
public void | format(JsonValueFormat format)
Overrides com. Implements com. Method called to indicate configured format for value type being visited. |
_provider | back to summary |
---|---|
protected final SerializerProvider _provider |
_type | back to summary |
---|---|
protected final JavaType _type |
StringVisitor | back to summary |
---|---|
public StringVisitor(SerializerProvider provider, JavaType type) |
builtAvroSchema | back to summary |
---|---|
public Schema builtAvroSchema() Implements com.
|
enumTypes | back to summary |
---|---|
public void enumTypes(Set<String> enums) Overrides com. Implements com. Doc from com. Method called to indicate enumerated (String) values type being visited can take as values.
|
format | back to summary |
---|---|
public void format(JsonValueFormat format) Overrides com. Implements com. Doc from com. Method called to indicate configured format for value type being visited.
|