Uses of Class
de.codecentric.reedelk.module.descriptor.model.property.Shared
-
Packages that use Shared Package Description de.codecentric.reedelk.module.descriptor.analyzer.commons de.codecentric.reedelk.module.descriptor.model.property -
-
Uses of Shared in de.codecentric.reedelk.module.descriptor.analyzer.commons
Methods in de.codecentric.reedelk.module.descriptor.analyzer.commons that return Shared Modifier and Type Method Description static SharedScannerUtils. isShareable(io.github.classgraph.ClassInfo classInfo) -
Uses of Shared in de.codecentric.reedelk.module.descriptor.model.property
Methods in de.codecentric.reedelk.module.descriptor.model.property that return Shared Modifier and Type Method Description SharedObjectDescriptor. getShared()static SharedShared. valueOf(String name)Returns the enum constant of this type with the specified name.static Shared[]Shared. 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 Shared Modifier and Type Method Description voidObjectDescriptor. setShared(Shared shared)
-