JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
I
O
P
R
S
C
convert(String, Class<?>)
- Method in interface org.soulwing.cdi.properties.spi.
PropertyConverter.Context
Converts a string representation of the given type to an instance of that type.
convert(String, PropertyConverter.Context)
- Method in interface org.soulwing.cdi.properties.spi.
PropertyConverter
Converts the given string representation of a property value to an instance of the underlying type supported by this converter.
D
destroy()
- Method in interface org.soulwing.cdi.properties.spi.
PropertyResolver
Notifies this property resolver that it is no longer needed and that it should consequently release any resources that it is holding.
G
getName()
- Method in interface org.soulwing.cdi.properties.spi.
PropertyConverter
Gets the name for this property converter.
getPriority()
- Method in interface org.soulwing.cdi.properties.spi.
PropertyResolver
Gets the priority of this resolver relative to other resolvers.
getTargetType()
- Method in interface org.soulwing.cdi.properties.spi.
PropertyConverter.Context
Gets the target type for requested conversion.
I
init()
- Method in interface org.soulwing.cdi.properties.spi.
PropertyResolver
Initializes this property resolver.
isAvailable()
- Method in interface org.soulwing.cdi.properties.spi.
Optional
Tests whether this provider is available.
O
Optional
- Interface in
org.soulwing.cdi.properties.spi
A provider component that depends on classes or other resources that might not be available at runtime can implement this interface to indicate that it is optional.
org.soulwing.cdi.properties
- package org.soulwing.cdi.properties
Annotations used for property injection
org.soulwing.cdi.properties.spi
- package org.soulwing.cdi.properties.spi
Service provider interfaces
P
Property
- Annotation Type in
org.soulwing.cdi.properties
An annotation used to designate a parameter, field, method, constructor that will be injected with a property value.
PropertyConverter
- Interface in
org.soulwing.cdi.properties.spi
An object that converts the string representation of property value to an instance of a target type.
PropertyConverter.Context
- Interface in
org.soulwing.cdi.properties.spi
A context for a property conversion.
PropertyResolver
- Interface in
org.soulwing.cdi.properties.spi
An object that resolves a property name to a value.
R
resolve(String, String)
- Method in interface org.soulwing.cdi.properties.spi.
PropertyConverter.Context
Resolves a property name to a value.
resolve(String)
- Method in interface org.soulwing.cdi.properties.spi.
PropertyResolver
Resolves a property name to a value.
S
supports(Class<?>)
- Method in interface org.soulwing.cdi.properties.spi.
PropertyConverter
Tests whether this converter supports a given type.
C
D
G
I
O
P
R
S
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014–2015. All rights reserved.