MongodbPlugin.1.0.8.2.source-code.ValidationMessages.properties Maven / Gradle / Ivy
The newest version!
com.cybermkd.mongo.constraints.Chinese.message=${validatedValue} must ${value == true ? 'be chinese' : ' not be chinese'}
com.cybermkd.mongo.constraints.Type.message=${validatedValue} must be {value}
com.cybermkd.mongo.constraints.Inside.message=${validatedValue} must be in {value}
com.cybermkd.mongo.constraints.Exist.message=${validatedValue} ${value == true ? 'must be exist' : 'must not repeat '}