@Generated(value="org.jsonschema2pojo") public class StreamsJacksonMapperConfiguration extends Object implements Serializable
Constructor and Description |
---|
StreamsJacksonMapperConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getDateFormats() |
Boolean |
getEnableScala() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDateFormats(List<String> dateFormats) |
void |
setEnableScala(Boolean enableScala) |
String |
toString() |
StreamsJacksonMapperConfiguration |
withAdditionalProperty(String name,
Object value) |
StreamsJacksonMapperConfiguration |
withDateFormats(List<String> dateFormats) |
StreamsJacksonMapperConfiguration |
withEnableScala(Boolean enableScala) |
@BeanProperty(value="dateFormats") public List<String> getDateFormats()
@BeanProperty(value="dateFormats") public void setDateFormats(List<String> dateFormats)
dateFormats
- The dateFormatspublic StreamsJacksonMapperConfiguration withDateFormats(List<String> dateFormats)
@BeanProperty(value="enableScala") public Boolean getEnableScala()
@BeanProperty(value="enableScala") public void setEnableScala(Boolean enableScala)
enableScala
- The enableScalapublic StreamsJacksonMapperConfiguration withEnableScala(Boolean enableScala)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public StreamsJacksonMapperConfiguration withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.