public class PropsExpressionContext extends org.noear.solon.expression.context.EnhanceContext<java.util.Properties,PropsExpressionContext>
| 构造器和说明 |
|---|
PropsExpressionContext(java.util.Properties target) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
apply(java.lang.String name) |
PropsExpressionContext |
forMain(java.util.Properties main) |
PropsExpressionContext |
forReferenceKey(java.lang.String referenceKey) |
allowPropertyDefault, allowPropertyNesting, allowReturnNull, allowTextAsProperty, forAllowPropertyDefault, forAllowPropertyNesting, forAllowReturnNull, forAllowTextAsProperty, forProperties, forTypeGuidance, getProperties, getTarget, getType, getTypeGuidancepublic PropsExpressionContext forMain(java.util.Properties main)
public PropsExpressionContext forReferenceKey(java.lang.String referenceKey)
public java.lang.Object apply(java.lang.String name)
apply 在接口中 java.util.function.Function<java.lang.String,java.lang.Object>apply 在类中 org.noear.solon.expression.context.EnhanceContext<java.util.Properties,PropsExpressionContext>