Class CallbackConstant
- java.lang.Object
-
- io.smallrye.openapi.runtime.io.callback.CallbackConstant
-
public class CallbackConstant extends Object
Constants related to Callback.- Author:
- Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
- See Also:
- callbackObject
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_CALLBACK_URL_EXPRESSIONstatic StringPROP_NAMEstatic StringPROP_OPERATIONS
-
-
-
Field Detail
-
PROP_NAME
public static final String PROP_NAME
- See Also:
- Constant Field Values
-
PROP_OPERATIONS
public static final String PROP_OPERATIONS
- See Also:
- Constant Field Values
-
PROP_CALLBACK_URL_EXPRESSION
public static final String PROP_CALLBACK_URL_EXPRESSION
- See Also:
- Constant Field Values
-
-