Uses of Interface
org.instancio.feed.FeedSpec
Packages that use FeedSpec
-
Uses of FeedSpec in org.instancio.feed
Methods in org.instancio.feed that return FeedSpecModifier and TypeMethodDescriptionFeedSpecAccessors.bigDecimalSpec(String propertyName) Returns aBigDecimalspec for the given property name.FeedSpecAccessors.bigIntegerSpec(String propertyName) Returns aBigIntegerspec for the given property name.FeedSpecAccessors.booleanSpec(String propertyName) Returns aBooleanspec for the given property name.Returns aBytespec for the given property name.FeedSpecAccessors.characterSpec(String propertyName) Returns aCharacterspec for the given property name.FeedSpecAccessors.doubleSpec(String propertyName) Returns aDoublespec for the given property name.Returns aFloatspec for the given property name.FeedSpecAccessors.instantSpec(String propertyName) Returns anInstantspec for the given property name.Returns aIntegerspec for the given property name.FeedSpecAccessors.localDateSpec(String propertyName) Returns aLocalDatespec for the given property name.FeedSpecAccessors.localDateTimeSpec(String propertyName) Returns aLocalDateTimespec for the given property name.FeedSpecAccessors.localTimeSpec(String propertyName) Returns aLocalTimespec for the given property name.Returns aLongspec for the given property name.FeedSpecAccessors.offsetDateTimeSpec(String propertyName) Returns anoffsetDateTimespec for the given property name.FeedSpecAccessors.offsetTimeSpec(String propertyName) Returns anOffsetTimespec for the given property name.Returns aShortspec for the given property name.<T> FeedSpec<T> Returns a spec for the given property name.<T> FeedSpec<T> Returns a spec for the given property name.FeedSpecAccessors.stringSpec(String propertyName) Returns aStringspec for the given property name.Returns aUUIDspec for the given property name.FeedSpecAccessors.yearMonthSpec(String propertyName) Returns aYearMonthspec for the given property name.Returns aYearspec for the given property name.FeedSpecAccessors.zonedDateTimeSpec(String propertyName) Returns aZonedDateTimespec for the given property name.