Class Extensions
- java.lang.Object
-
- org.bremersee.apiclient.webflux.contract.spring.Extensions
-
public abstract class Extensions extends Object
The extensions.- Author:
- Christian Bremer
-
-
Field Summary
Fields Modifier and Type Field Description static Set<Class<? extends Annotation>>
ILLEGAL_EXTENSIONS_ANNOTATIONS
The constant ILLEGAL_EXTENSIONS_ANNOTATIONS.static boolean
isPageablePresent
The constant isPageablePresent.static boolean
isSortPresent
The constant isSortPresent.
-
-
-
Field Detail
-
ILLEGAL_EXTENSIONS_ANNOTATIONS
public static final Set<Class<? extends Annotation>> ILLEGAL_EXTENSIONS_ANNOTATIONS
The constant ILLEGAL_EXTENSIONS_ANNOTATIONS.
-
isSortPresent
public static final boolean isSortPresent
The constant isSortPresent.
-
isPageablePresent
public static final boolean isPageablePresent
The constant isPageablePresent.
-
-