// 
// Decompiled by Procyon v0.6.0
// 

package org.bson.codecs.pojo;

public interface InstanceCreator<T>
{
     <S> void set(final S p0, final PropertyModel<S> p1);
    
    T getInstance();
}
