Uses of Interface
org.jboss.forge.roaster.model.InterfaceCapable
Packages that use InterfaceCapable
-
Uses of InterfaceCapable in org.jboss.forge.roaster.model
Subinterfaces of InterfaceCapable in org.jboss.forge.roaster.modelModifier and TypeInterfaceDescriptioninterfaceRepresents a Javaclasstype.interfaceRepresents a Javaenumtype.interfaceJavaInterface<O extends JavaInterface<O>>Represents a Javainterfacetype.interfaceJavaRecord<O extends JavaRecord<O>>Represents a Record class (available as a preview feature in JDK 14).interfacePropertyHolder<O extends JavaType<O>>Represents aJavaTypethat may contain property definitions. -
Uses of InterfaceCapable in org.jboss.forge.roaster.model.source
Subinterfaces of InterfaceCapable in org.jboss.forge.roaster.model.sourceModifier and TypeInterfaceDescriptioninterfaceInterfaceCapableSource<T extends JavaSource<T>>Represents aJavaSourcethat may implement one or more interfaces.interfaceRepresents a Javaclasssource file as an in-memory modifiable element.interfaceRepresents a Javaenumsource file as an in-memory modifiable element.interfaceRepresents a Javainterfacesource file as an in-memory modifiable element.interfaceinterfacePropertyHolderSource<O extends JavaSource<O>>Represents aJavaSourcethat may containPropertySourcedefinitions.