Uses of Class
org.jboss.as.logging.PropertyAttributeDefinition.Builder
-
Packages that use PropertyAttributeDefinition.Builder Package Description org.jboss.as.logging -
-
Uses of PropertyAttributeDefinition.Builder in org.jboss.as.logging
Methods in org.jboss.as.logging that return PropertyAttributeDefinition.Builder Modifier and Type Method Description static PropertyAttributeDefinition.BuilderPropertyAttributeDefinition.Builder. of(String name, org.jboss.dmr.ModelType type)Creates a builder forPropertyAttributeDefinition.static PropertyAttributeDefinition.BuilderPropertyAttributeDefinition.Builder. of(String name, org.jboss.dmr.ModelType type, boolean allowNull)Creates a builder forPropertyAttributeDefinition.PropertyAttributeDefinition.BuilderPropertyAttributeDefinition.Builder. setPropertyName(String propertyName)PropertyAttributeDefinition.BuilderPropertyAttributeDefinition.Builder. setResolver(ModelNodeResolver<String> resolver)
-