public class JacksonConfigSupport extends Object
| Constructor and Description |
|---|
JacksonConfigSupport(boolean failOnUnknownProperties,
boolean writeDatesAsTimestamps,
ZoneId timeZone) |
| Modifier and Type | Method and Description |
|---|---|
ZoneId |
getTimeZone() |
boolean |
isFailOnUnknownProperties() |
boolean |
isWriteDatesAsTimestamps() |
public JacksonConfigSupport(boolean failOnUnknownProperties,
boolean writeDatesAsTimestamps,
ZoneId timeZone)
public boolean isFailOnUnknownProperties()
public boolean isWriteDatesAsTimestamps()
public ZoneId getTimeZone()
Copyright © 2021 JBoss by Red Hat. All rights reserved.