public static final class CustomConversions.StoreConversions extends ObjectSE
CustomConversions に対するストア固有の拡張をキャプチャーする値の型。特定のデフォルトの変換と、単純であると考えられる型のセットをストアに転送できます。| 修飾子と型 | フィールドと説明 |
|---|---|
static CustomConversions.StoreConversions | NONE |
| 修飾子と型 | メソッドと説明 |
|---|---|
boolean | equals(ObjectSE o) |
Streamable<org.springframework.data.convert.CustomConversions.ConverterRegistration> | getRegistrationsFor(ObjectSE converter) 指定されたコンバーターの ConverterRegistration を返します。 |
int | hashCode() |
static CustomConversions.StoreConversions | of(SimpleTypeHolder storeTypeHolder, CollectionSE<?> converters) 指定されたストア固有の SimpleTypeHolder および指定されたコンバーターの新しい CustomConversions.StoreConversions を作成します。 |
static CustomConversions.StoreConversions | of(SimpleTypeHolder storeTypeHolder, ObjectSE... converters) 指定されたストア固有の SimpleTypeHolder および指定されたコンバーターの新しい CustomConversions.StoreConversions を作成します。 |
StringSE | toString() |
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic static final CustomConversions.StoreConversions NONE
public static CustomConversions.StoreConversions of(SimpleTypeHolder storeTypeHolder, ObjectSE... converters)
SimpleTypeHolder および指定されたコンバーターの新しい CustomConversions.StoreConversions を作成します。storeTypeHolder - null であってはなりません。converters - null であってはなりません。public static CustomConversions.StoreConversions of(SimpleTypeHolder storeTypeHolder, CollectionSE<?> converters)
SimpleTypeHolder および指定されたコンバーターの新しい CustomConversions.StoreConversions を作成します。storeTypeHolder - null であってはなりません。converters - null であってはなりません。public Streamable<org.springframework.data.convert.CustomConversions.ConverterRegistration> getRegistrationsFor(ObjectSE converter)
ConverterRegistration を返します。converter - null であってはなりません。public int hashCode()
ObjectSE の hashCodeSE public StringSE toString()
ObjectSE の toStringSE Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.