Uses of Enum Class
com.vaadin.flow.server.frontend.scanner.EntryPointType
Packages that use EntryPointType
-
Uses of EntryPointType in com.vaadin.flow.server.frontend.scanner
Methods in com.vaadin.flow.server.frontend.scanner that return EntryPointTypeModifier and TypeMethodDescriptionChunkInfo.getType()EntryPointData.getType()static EntryPointTypeReturns the enum constant of this class with the specified name.static EntryPointType[]EntryPointType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.flow.server.frontend.scanner with parameters of type EntryPointTypeModifierConstructorDescriptionChunkInfo(EntryPointType type, String name, List<String> dependencyTriggers, boolean eager)