public class MetaInfBeanPropertiesResolver extends Object implements PropertyResolver
META-INF/beans.properties
resources on the
classpath and uses all such properties resources to attempt to resolve bean
properties.Modifier and Type | Field and Description |
---|---|
static String |
META_INF_BEANS_PROPERTIES |
Constructor and Description |
---|
MetaInfBeanPropertiesResolver() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
int |
getPriority() |
void |
init() |
String |
resolve(String name) |
public static final String META_INF_BEANS_PROPERTIES
public void init() throws IOException
init
in interface PropertyResolver
IOException
public void destroy() throws Exception
destroy
in interface PropertyResolver
Exception
public int getPriority()
getPriority
in interface PropertyResolver
public String resolve(String name)
resolve
in interface PropertyResolver
Copyright © 2014–2016. All rights reserved.