接口的使用
cn.taketoday.origin.Origin
使用Origin的程序包
程序包
说明
Support for
@ConfigurationProperties binding.Sources for external configuration properties.
Support for item origin tracking.
-
cn.taketoday.context.properties.bind中Origin的使用
-
cn.taketoday.context.properties.source中Origin的使用
参数类型为Origin的cn.taketoday.context.properties.source中的构造器 -
cn.taketoday.origin中Origin的使用
修饰符和类型类说明classOriginfrom aPropertySource.classOriginfor an item loaded from the system environment.classOriginfor an item loaded from a text resource.返回Origin的cn.taketoday.origin中的方法修饰符和类型方法说明static OriginFind theOriginthat an object originated from.static Originstatic <K> OriginAttempt to lookup the origin from the given source.Return the origin of the given key ornullif the origin cannot be determined.OriginProvider.getOrigin()Return the source origin ornullif the origin is not known.OriginTrackedResource.getOrigin()OriginTrackedValue.getOrigin()default OriginOrigin.getParent()Return the parent origin for this instance if there is one.TextResourceOrigin.getParent()返回变量类型为Origin的类型的cn.taketoday.origin中的方法修饰符和类型方法说明Origin.parentsFrom(Object source) Find the parents of theOriginthat an object originated from.参数类型为Origin的cn.taketoday.origin中的方法修饰符和类型方法说明static OriginTrackedResourceReturn a neworigin trackedversion the givenResource.Return a neworigin trackedversion the givenWritableResource.static OriginTrackedValue