Uses of Interface
tech.jhipster.lite.module.domain.landscape.JHipsterLandscapeElement
Packages that use JHipsterLandscapeElement
-
Uses of JHipsterLandscapeElement in tech.jhipster.lite.module.domain.landscape
Classes in tech.jhipster.lite.module.domain.landscape that implement JHipsterLandscapeElementModifier and TypeClassDescriptionfinal classfinal classMethods in tech.jhipster.lite.module.domain.landscape that return types with arguments of type JHipsterLandscapeElementModifier and TypeMethodDescriptionCollection<? extends JHipsterLandscapeElement> JHipsterLandscapeLevel.elements()Returns the value of theelementsrecord component.Constructor parameters in tech.jhipster.lite.module.domain.landscape with type arguments of type JHipsterLandscapeElementModifierConstructorDescriptionJHipsterLandscapeLevel(Collection<? extends JHipsterLandscapeElement> elements) Creates an instance of aJHipsterLandscapeLevelrecord class.