Constant Field Values
Contents
io.quarkus.*
-
io.quarkus.rest.data.panache.deployment.Constants Modifier and Type Constant Field Value public static final StringPAGE_COUNT_METHOD_PREFIX"$$_page_count_" -
io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor Modifier and Type Constant Field Value protected static final StringON_AFTER"onAfter"protected static final StringON_AFTER_ADD_METHOD_NAME"onAfterAdd"protected static final StringON_AFTER_DELETE_METHOD_NAME"onAfterDelete"protected static final StringON_AFTER_UPDATE_METHOD_NAME"onAfterUpdate"protected static final StringON_BEFORE_ADD_METHOD_NAME"onBeforeAdd"protected static final StringON_BEFORE_DELETE_METHOD_NAME"onBeforeDelete"protected static final StringON_BEFORE_UPDATE_METHOD_NAME"onBeforeUpdate"
-
io.quarkus.rest.data.panache.deployment.methods.MethodImplementor Modifier and Type Constant Field Value public static final StringAPPLICATION_HAL_JSON"application/hal+json"public static final StringAPPLICATION_JSON"application/json"
-
io.quarkus.rest.data.panache.deployment.utils.PaginationImplementor Modifier and Type Constant Field Value public static final intDEFAULT_PAGE_INDEX0public static final intDEFAULT_PAGE_SIZE20