Uses of Class
io.fria.lilo.IntrospectionFetchingMode
-
Packages that use IntrospectionFetchingMode Package Description io.fria.lilo -
-
Uses of IntrospectionFetchingMode in io.fria.lilo
Methods in io.fria.lilo that return IntrospectionFetchingMode Modifier and Type Method Description @NotNull IntrospectionFetchingModeLiloContext. getIntrospectionFetchingMode()static IntrospectionFetchingModeIntrospectionFetchingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static IntrospectionFetchingMode[]IntrospectionFetchingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.fria.lilo with parameters of type IntrospectionFetchingMode Modifier and Type Method Description @NotNull Lilo.LiloBuilderLilo.LiloBuilder. introspectionFetchingMode(@NotNull IntrospectionFetchingMode introspectionFetchingMode)
-