Package | Description |
---|---|
org.wildfly.swarm.config.webservices |
Modifier and Type | Class and Description |
---|---|
class |
Property<T extends Property<T>>
Endpoint configuration property
|
interface |
PropertyConsumer<T extends Property<T>> |
interface |
PropertySupplier<T extends Property> |
Modifier and Type | Method and Description |
---|---|
Property |
PropertySupplier.get()
Constructed instance of Property resource
|
Property |
EndpointConfig.EndpointConfigResources.property(String key) |
Property |
ClientConfig.ClientConfigResources.property(String key) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
EndpointConfig.EndpointConfigResources.properties()
Get the list of Property resources
|
List<Property> |
ClientConfig.ClientConfigResources.properties()
Get the list of Property resources
|
Modifier and Type | Method and Description |
---|---|
T |
EndpointConfig.property(Property value)
Add the Property object to the list of subresources
|
T |
ClientConfig.property(Property value)
Add the Property object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
EndpointConfig.properties(List<Property> value)
Add all Property objects to this subresource
|
T |
ClientConfig.properties(List<Property> value)
Add all Property objects to this subresource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.