public static interface ObjectConverter.Codec<T> extends ObjectConverter.Writer<T>, ObjectConverter.Reader<T>
Modifier and Type | Method and Description |
---|---|
default boolean |
isGlobal() |
writeJson
fromJson
default boolean isGlobal()
isGlobal
in interface ObjectConverter.Reader<T>
isGlobal
in interface ObjectConverter.Writer<T>
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.