| コンストラクターと説明 |
|---|
PropertySourceOrigin(org.springframework.core.env.PropertySource<?> propertySource, StringSE propertyName) 新しい PropertySourceOrigin インスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
static Origin | get(org.springframework.core.env.PropertySource<?> propertySource, StringSE name) |
StringSE | getPropertyName()property source から元の値を取得するときに使用されたプロパティ名を返します。 |
org.springframework.core.env.PropertySource<?> | getPropertySource() 原点 PropertySource を返します。 |
StringSE | toString() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic PropertySourceOrigin(org.springframework.core.env.PropertySource<?> propertySource,
StringSE propertyName)PropertySourceOrigin インスタンスを作成します。propertySource - プロパティソース propertyName - プロパティソースからの名前 public org.springframework.core.env.PropertySource<?> getPropertySource()
PropertySource を返します。public StringSE getPropertyName()
property source から元の値を取得するときに使用されたプロパティ名を返します。public StringSE toString()
ObjectSE の toStringSE public static Origin get(org.springframework.core.env.PropertySource<?> propertySource, StringSE name)
PropertySource および propertyName の Origin を取得します。OriginLookup 結果または PropertySourceOrigin のいずれかを返します。propertySource - オリジンプロパティソース name - プロパティ名 Copyright © 2019 Pivotal Software, Inc.. All rights reserved.