Class CallbackImpl
- java.lang.Object
-
- com.reprezen.jsonoverlay.JsonOverlay<V>
-
- com.reprezen.jsonoverlay.PropertiesOverlay<Callback>
-
- com.reprezen.kaizen.oasparser.ovl3.CallbackImpl
-
-
Field Summary
Fields Modifier and Type Field Description static StringF_callbackPathsstatic StringF_extensionsstatic com.reprezen.jsonoverlay.OverlayFactory<Callback>factory
-
Constructor Summary
Constructors Constructor Description CallbackImpl(com.fasterxml.jackson.databind.JsonNode json, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)CallbackImpl(Callback callback, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void_elaborateJson()protected com.reprezen.jsonoverlay.OverlayFactory<?>_getFactory()Class<?>_getModelType()static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
com.reprezen.jsonoverlay.Builder<Callback>builder(OV modelMember)static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
Callbackcreate(OV modelMember)PathgetCallbackPath(String expression)Map<String,Path>getCallbackPaths()Map<String,Path>getCallbackPaths(boolean elaborate)ObjectgetExtension(String name)Map<String,Object>getExtensions()Map<String,Object>getExtensions(boolean elaborate)StringgetName()booleanhasCallbackPath(String expression)booleanhasCallbackPaths()booleanhasExtension(String name)booleanhasExtensions()voidremoveCallbackPath(String expression)voidremoveExtension(String name)voidsetCallbackPath(String expression, Path callbackPath)voidsetCallbackPaths(Map<String,Path> callbackPaths)voidsetExtension(String name, Object extension)voidsetExtensions(Map<String,Object> extensions)-
Methods inherited from class com.reprezen.jsonoverlay.PropertiesOverlay
_add, _createList, _createMap, _createScalar, _elaborate, _findInternal, _fixJson, _fromJson, _get, _get, _get, _get, _get, _get, _getList, _getList, _getMap, _getMap, _getOverlay, _insert, _isElaborated, _isPresent, _remove, _remove, _set, _set, _setList, _setMap, _setScalar, _toJsonInternal, equals, equals, hashCode
-
Methods inherited from class com.reprezen.jsonoverlay.JsonOverlay
_ensureElaborated, _getCreatingRef, _jsonArray, _jsonBoolean, _jsonMissing, _jsonNull, _jsonObject, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _setCreatingRef, _setParent, builder, create, toString
-
-
-
-
Field Detail
-
F_callbackPaths
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public static final String F_callbackPaths- See Also:
- Constant Field Values
-
F_extensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public static final String F_extensions- See Also:
- Constant Field Values
-
factory
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public static com.reprezen.jsonoverlay.OverlayFactory<Callback> factory
-
-
Constructor Detail
-
CallbackImpl
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public CallbackImpl(com.fasterxml.jackson.databind.JsonNode json, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-
CallbackImpl
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public CallbackImpl(Callback callback, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-
-
Method Detail
-
getCallbackPaths
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Map<String,Path> getCallbackPaths()- Specified by:
getCallbackPathsin interfaceCallback
-
getCallbackPaths
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Map<String,Path> getCallbackPaths(boolean elaborate)- Specified by:
getCallbackPathsin interfaceCallback
-
hasCallbackPaths
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public boolean hasCallbackPaths()- Specified by:
hasCallbackPathsin interfaceCallback
-
hasCallbackPath
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public boolean hasCallbackPath(String expression)- Specified by:
hasCallbackPathin interfaceCallback
-
getCallbackPath
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Path getCallbackPath(String expression)- Specified by:
getCallbackPathin interfaceCallback
-
setCallbackPaths
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void setCallbackPaths(Map<String,Path> callbackPaths)- Specified by:
setCallbackPathsin interfaceCallback
-
setCallbackPath
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void setCallbackPath(String expression, Path callbackPath)- Specified by:
setCallbackPathin interfaceCallback
-
removeCallbackPath
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void removeCallbackPath(String expression)- Specified by:
removeCallbackPathin interfaceCallback
-
getExtensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Map<String,Object> getExtensions()- Specified by:
getExtensionsin interfaceCallback
-
getExtensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Map<String,Object> getExtensions(boolean elaborate)- Specified by:
getExtensionsin interfaceCallback
-
hasExtensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public boolean hasExtensions()- Specified by:
hasExtensionsin interfaceCallback
-
hasExtension
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public boolean hasExtension(String name)- Specified by:
hasExtensionin interfaceCallback
-
getExtension
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Object getExtension(String name)- Specified by:
getExtensionin interfaceCallback
-
setExtensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void setExtensions(Map<String,Object> extensions)- Specified by:
setExtensionsin interfaceCallback
-
setExtension
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void setExtension(String name, Object extension)- Specified by:
setExtensionin interfaceCallback
-
removeExtension
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void removeExtension(String name)- Specified by:
removeExtensionin interfaceCallback
-
_elaborateJson
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") protected void _elaborateJson()- Overrides:
_elaborateJsonin classcom.reprezen.jsonoverlay.PropertiesOverlay<Callback>
-
_getModelType
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Class<?> _getModelType()- Overrides:
_getModelTypein classcom.reprezen.jsonoverlay.JsonOverlay<Callback>
-
_getFactory
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") protected com.reprezen.jsonoverlay.OverlayFactory<?> _getFactory()- Specified by:
_getFactoryin classcom.reprezen.jsonoverlay.JsonOverlay<Callback>
-
builder
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>> com.reprezen.jsonoverlay.Builder<Callback> builder(OV modelMember)
-
create
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>> Callback create(OV modelMember)
-
-