Uses of Class
de.codecentric.reedelk.module.descriptor.model.property.Collapsible
-
Packages that use Collapsible Package Description de.codecentric.reedelk.module.descriptor.analyzer.commons de.codecentric.reedelk.module.descriptor.model.property -
-
Uses of Collapsible in de.codecentric.reedelk.module.descriptor.analyzer.commons
Methods in de.codecentric.reedelk.module.descriptor.analyzer.commons that return Collapsible Modifier and Type Method Description static CollapsibleScannerUtils. isCollapsible(io.github.classgraph.ClassInfo classInfo) -
Uses of Collapsible in de.codecentric.reedelk.module.descriptor.model.property
Methods in de.codecentric.reedelk.module.descriptor.model.property that return Collapsible Modifier and Type Method Description CollapsibleObjectDescriptor. getCollapsible()static CollapsibleCollapsible. valueOf(String name)Returns the enum constant of this type with the specified name.static Collapsible[]Collapsible. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.codecentric.reedelk.module.descriptor.model.property with parameters of type Collapsible Modifier and Type Method Description voidObjectDescriptor. setCollapsible(Collapsible collapsible)
-