Uses of Class
com.opengamma.strata.market.surface.SurfaceInfoType
-
Packages that use SurfaceInfoType Package Description com.opengamma.strata.market.surface Definitions of surfaces. -
-
Uses of SurfaceInfoType in com.opengamma.strata.market.surface
Fields in com.opengamma.strata.market.surface declared as SurfaceInfoType Modifier and Type Field Description static SurfaceInfoType<DayCount>
SurfaceInfoType. DAY_COUNT
Key used to access information about theDayCount
.static SurfaceInfoType<MoneynessType>
SurfaceInfoType. MONEYNESS_TYPE
Key used to access information about the type of moneyness.Methods in com.opengamma.strata.market.surface that return SurfaceInfoType Modifier and Type Method Description static <T> SurfaceInfoType<T>
SurfaceInfoType. of(String name)
Obtains an instance from the specified name.Methods in com.opengamma.strata.market.surface that return types with arguments of type SurfaceInfoType Modifier and Type Method Description ImmutableMap<SurfaceInfoType<?>,Object>
DefaultSurfaceMetadata. getInfo()
Gets the additional surface information.org.joda.beans.MetaProperty<ImmutableMap<SurfaceInfoType<?>,Object>>
DefaultSurfaceMetadata.Meta. info()
The meta-property for theinfo
property.Methods in com.opengamma.strata.market.surface with parameters of type SurfaceInfoType Modifier and Type Method Description <T> DefaultSurfaceMetadataBuilder
DefaultSurfaceMetadataBuilder. addInfo(SurfaceInfoType<T> type, T value)
Adds a single piece of additional information.<T> Optional<T>
DefaultSurfaceMetadata. findInfo(SurfaceInfoType<T> type)
<T> Optional<T>
SurfaceMetadata. findInfo(SurfaceInfoType<T> type)
Finds surface information of a specific type.<T> T
DefaultSurfaceMetadata. getInfo(SurfaceInfoType<T> type)
default <T> T
SurfaceMetadata. getInfo(SurfaceInfoType<T> type)
Gets surface information of a specific type.<T> DefaultSurfaceMetadata
DefaultSurfaceMetadata. withInfo(SurfaceInfoType<T> type, T value)
<T> DefaultSurfaceMetadata
SurfaceMetadata. withInfo(SurfaceInfoType<T> type, T value)
Returns an instance where the specified additional information has been added.
-